home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 30
/
PC Gamer IT CD 30 1-2.iso
/
MSPRING
/
INSTALL
/
32BIT
/
DISK1.Z
/
MSpring.scp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-11-28
|
313 b
|
19 lines
;This is a script for use with the Windows 95
;Dial-Up Scripting Tool.
proc main
;Wait for the login prompt to come from
;the terminal server
waitfor "ogin:"
transmit $USERID
transmit "^M"
; Enter the password
waitfor "word:"
transmit $PASSWORD
transmit "^M"
endproc